home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / olrdrs / yarn_068.zip / PGPD.BAT < prev    next >
DOS Batch File  |  1994-05-04  |  61b  |  6 lines

  1. @echo off
  2. del %1.txt
  3. pgp %1 -o %1.txt
  4. pause
  5. list %1.txt
  6.